home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / TEXFONT / Imakefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  420 b   |  18 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1997. */
  3.  
  4. #include "../../Glut.cf"
  5.  
  6. TARGETS = txfdemo simpletxf gentexfont showtxf
  7.  
  8. SRCS = gentexfont.c showtxf.c simpletxf.c texfont.c txfdemo.c
  9.  
  10. AllTarget($(TARGETS))
  11.  
  12. SimpleGlutProgramTarget(gentexfont)
  13. NormalGlutProgramTarget(showtxf,showtxf.o texfont.o)
  14. NormalGlutProgramTarget(simpletxf,simpletxf.o texfont.o)
  15. NormalGlutProgramTarget(txfdemo,txfdemo.o texfont.o)
  16.  
  17. DependTarget()
  18.